.banner .swi_banner .swiper-pagination {
  bottom: 1.5rem;
}
.banner .swi_banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  width: 0.32rem;
  height: 0.04rem;
  background-color: #ffffff;
  border-radius: 0.04rem;
}
.banner .swi_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swi_banner .swiper-slide {
  position: relative;
}
.banner .swi_banner .swiper-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 8rem;
}
.banner .swi_banner .swiper-slide .ban_container {
  position: absolute;
  left: 0;
  /*top: 50%;*/
  text-align: center;
  z-index: 1;
  /*width: 100%;*/
  color: #fff;
  /*transform: translate(0, -50%);*/
  margin-left: 0.6rem;top: 68%;
}
.banner .swi_banner .swiper-slide .ban_container .b-h5 {
  font-size: 0.5rem;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.banner .swi_banner .swiper-slide .ban_container .b-h4 {
  font-size: 0.34rem;
}
.banner .swi_banner .swiper-slide .ban_container .b-btns {
  /*margin-top: 1.15rem;*/
  font-size: 0;
}
.banner .swi_banner .swiper-slide .ban_container .b-btns a {
  display: inline-block;
  width: 1.18rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  border: 0.01rem solid #3d73ea;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 0.04rem;
  margin: 0 0.1rem;
}
.banner .swi_banner .swiper-slide .ban_container .b-btns a.all {
  background-color: #3d73ea;
}
.banner .swi_banner .swiper-slide .ban_container .b-btns a.bor {
  border-color: #fff;
}
.banner .swi_banner .swiper-slide .ban_container .b-btns a:hover {
  opacity: 0.8;
}
.banner .swi_banner .swiper-slide .ban_container.act {
  animation: slideSlow 1.2s;
  -moz-animation: slideSlow 1.2s;
  -webkit-animation: slideSlow 1.2s;
  -o-animation: slideSlow 1.2s;
}
@-webkit-keyframes slideSlow {
  0% {
    opacity: 0;
    top: 100%;
  }
  25% {
    opacity: 0;
  }
  100% {
    top: 68%;
    opacity: 1;
  }
}
@-moz-keyframes slideSlow {
  0% {
    opacity: 0;
    top: 100%;
  }
  25% {
    opacity: 0;
  }
  100% {
    top: 68%;
    opacity: 1;
  }
}
@-ms-keyframes slideSlow {
  0% {
    opacity: 0;
    top: 100%;
  }
  25% {
    opacity: 0;
  }
  100% {
    top: 68%;
    opacity: 1;
  }
}
@-o-keyframes slideSlow {
  0% {
    opacity: 0;
    top: 100%;
  }
  25% {
    opacity: 0;
  }
  100% {
    top: 68%;
    opacity: 1;
  }
}
@keyframes slideSlow {
  0% {
    opacity: 0;
    top: 100%;
  }
  25% {
    opacity: 0;
  }
  100% {
    top: 68%;
    opacity: 1;
  }
}
.ind-data {
  position: relative;
  z-index: 1;
  margin-top: -1.2rem;
}
.ind-data .ind-datain {
  margin: 0 0.7rem;
  padding: 0.4rem 0;
  background-color: #ffffff;
  border-radius: 0.1rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.06);
}
.ind-data .ind-datain .name {
  color: #333333;
  font-size: 0.28rem;
  text-align: center;
}
.ind-data .ind-datain ul {
  font-size: 0;
  margin-top: 0.4rem;
}
.ind-data .ind-datain ul li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 0.6rem 0 0.5rem;
  position: relative;
  text-align: right;
}
.ind-data .ind-datain ul li h5,
.ind-data .ind-datain ul li p {
  text-align: left;
}
.ind-data .ind-datain ul li h5 {
  font-weight: 700;
  font-size: 0.2rem;
}
.ind-data .ind-datain ul li p {
  color: #767676;
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin: 0.2rem 0 0.08rem;
  height: 0.72rem;
}
.ind-data .ind-datain ul li .btn {
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: center;
  width: 1.2rem;
  height: 0.38rem;
  border: 0.01rem solid #3d73ea;
  border-radius: 0.04rem;
  line-height: 0.38rem;
  color: #3d73ea;
  display: inline-block;
}
.ind-data .ind-datain ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5%;
  height: 90%;
  border: 0.01rem solid #c4c4c4;
}
.ind-data .ind-datain ul li:last-child::after {
  display: none;
}
.ind-data .ind-datain ul li:hover h5 {
  color: #3d73ea;
}
.ind-data .ind-datain ul li:hover .btn {
  background-color: #3d73ea;
  color: #fff;
}
.itit {
  font-size: 0.28rem;
  text-align: center;
  padding: 0.8rem 0 0.6rem;
  position: relative;clear: both;
}
.itit .ri {
  color: #c4c4c4;
  font-size: 0.18rem;
  line-height: 0.27rem;
  position: absolute;
  right: 0;
  top: 46%;
}
.itit .ri:hover {
  color: #3d73ea;
}
.col {
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  font-size: 0;
}
.col .col-20 {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
.iproli {
  width: 25%;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.iproli .iprolin {
  color: #767676;
  font-size: 0.14rem;
  line-height: 0.24rem;
  border: 0.01rem solid #f0f0f0;
  text-align: center;
  border-radius: 0.2rem;
  overflow: hidden;
  height: 2.82rem;
  position: relative;
  display: block;
}
.iproli .iprolin .jdjz {
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.iproli .iprolin::before,
.iproli .iprolin::after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 10%;
  width: 0.8rem;
  height: 1.2rem;
  transition-duration: 0.3s;
}
.iproli .iprolin::before {
  background-image: url("../img/ipro-bg2.png");
  right: 100%;
  top: 100%;
}
.iproli .iprolin::after {
  background-image: url("../img/ipro-bg1.png");
  left: 100%;
  bottom: 100%;
}
.iproli .iprolin img {
  width: 0.64rem;
  height: 0.64rem;
  margin: 0 auto 0.2rem;
  display: block;
}
.iproli .iprolin h5 {
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  font-weight: 700;
}
.iproli .iprolin .cp{
	height: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;display: -webkit-box;
	-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;
}
.iproli .iprolin .more {
  height: 0;
  overflow: hidden;
  transition-duration: 0.3s;
  color: #fff;
}
.iproli.iproli-mor img {
  /*width: 0.4rem;*/
  /*height: 0.4rem;*/
}
.iproli.act .iprolin .more,
.iproli:hover .iprolin .more {
  height: auto;
  margin-top: 0.3rem;
}
.iproli.act .iprolin::before,
.iproli:hover .iprolin::before {
  right: 0;
  top: 0;
}
.iproli.act .iprolin::after,
.iproli:hover .iprolin::after {
  left: 0;
  bottom: 0;
}
.ipro .iproli.act .iprolin,
.ipro .iproli:hover .iprolin {
  background-color: #3d73ea;
  color: #fff;
}
.ipro .iproli.act .iprolin img,
.ipro .iproli:hover .iprolin img {
  height: 0;
}
.icrall {
  position: relative;
}
.icrall .itit {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
}
.icrul {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
}
.icrul .icralli {
  position: relative;
  color: #ffffff;
  background-size: auto 100%;
  background-repeat: no-repeat;
  flex-basis: 14.583333%;
  height: 7rem;
  display: block;
}
.icrul .icralli::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.icrul .icralli .icrallin {
  position: absolute;
  padding: 0 0.3rem;
  width: 100%;
  box-sizing: border-box;
  top: 28.571428%;
}
.icrul .icralli .icrallin h5 {
  font-weight: 700;
  font-size: 0.24rem;
  height: 0.64rem;
  margin-bottom: 0.42rem;
}
.icrul .icralli .icrallin .txt {
  font-size: 0.16rem;
  line-height: 0.3rem;
  width: 85%;
  opacity: 1;
  height: 0;
  overflow: hidden;
}
.icrul .icralli .icrallin .txt ul {
  width: 4rem;
  margin-top: 0.32rem;
}
.icrul .icralli .icrallin .txt ul li {
  min-width: 1.6rem;
  display: inline-flex;
  align-items: center;
}
.icrul .icralli .icrallin .txt ul li img {
  width: 0.24rem;
  height: 0.24rem;
}
.icrul .icralli .icrallin .more {
  display: inline-block;
}
.icrul .icralli.act,
.icrul .icralli:hover {
  flex-basis: 41.666666%;
}
.icrul .icralli.act .icrallin,
.icrul .icralli:hover .icrallin {
  padding: 0 0.7rem;
}
.icrul .icralli.act .icrallin .txt,
.icrul .icralli:hover .icrallin .txt {
  height: auto;
  animation: opacitySlow 1.2s;
  -moz-animation: opacitySlow 1.2s;
  -webkit-animation: opacitySlow 1.2s;
  -o-animation: opacitySlow 1.2s;
}
.icrul .icralli.act .icrallin .more,
.icrul .icralli:hover .icrallin .more {
  background-color: #3d73ea;
  border-radius: 0.06rem;
  padding: 0.13rem 0.53rem;
  color: #fff;
  font-size: 0.18rem;
  margin-top: 1rem;
  width: 2rem;
  box-sizing: border-box;
}
.icrul .icralli:hover .icrallin .more:hover{opacity: 0.8;}
@-webkit-keyframes opacitySlow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacitySlow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes opacitySlow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes opacitySlow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacitySlow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.icase {
  background-image: linear-gradient(180deg, #f7f8fb 0%, #fcfcfc 100%);
  position: relative;
  padding-bottom: 0.8rem;
}
.icase .ibgs {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: 92.708333% auto;
}
.icase .container {
  position: relative;
}
.icase .case-menu {
  height: 0.8rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  margin-bottom: 0.4rem;
}
.icase .case-menu ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.icase .case-menu ul li {
  color: #767676;
  font-size: 0.2rem;
  line-height: 0.8rem;
  position: relative;
  cursor: pointer;
}
.icase .case-menu ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 120%;
  transform: translate(-50%, 0);
  background-color: transparent;
  height: 0.04rem;
  border-radius: 0.04rem 0.04rem 0 0;
}
.icase .case-menu ul li:hover {
  color: #3d73ea;
}
.icase .case-menu ul li.act {
  color: #3d73ea;
}
.icase .case-menu ul li.act::after {
  background-color: #3d73ea;
}
.icase .case-tabs > div {
  display: none;
}
.icase .case-tabs > div:first-child {
  display: block;
}
.case-tabs_li {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  font-size: 0;
}
.case-tabs_li .caseli {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: 33.33%;
  margin-bottom: 0.4rem;
}
.case-tabs_li .caseli .caselin {
  padding: 0.3rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 0.1rem;
  transition-duration: 0.3s;
  color: #767676;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.case-tabs_li .caseli .caselin img {
  display: block;
  margin-bottom: 0.2rem;
  height: 0.6rem;
}
.case-tabs_li .caseli .caselin .more {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #3d73ea;
  border-radius: 0.06rem;
  color: #ffffff;
  font-size: 0.16rem;
  text-align: center;
  transition-duration: 0.3s;
}
.case-tabs_li .caseli:hover .caselin {
  margin-top: -0.05rem;
}
.case-tabs_li .caseli:hover .caselin .more {
  bottom: 0;
}
.clients {
  background-color: #ffffff;
  border-radius: 0.1rem;
}
.clients img {
  display: block;
  margin: 0.4rem auto;
}
.clients .col {
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.clients .col .col-20 {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  width: 16.66666%;
}
.clients .col .col-20:hover img {
  transform: scale(1.05);
  transition-duration: 0.3s;
}
.sbli .img {
  overflow: hidden;
}
.sbli .img img {
  width: 100%;
  display: block;
  transition-duration: 0.3s;
  height: 3rem;width: auto;object-fit: scale-down;margin: 0 auto;
}
.sbli .txt {
  padding: 0.3rem 0.2rem;
  color: #999999;
  font-size: 0.16rem;
  line-height: 0.28rem;
  background-color: #fff;
}
.sbli .txt h5 {
  color: #333333;
  font-size: 0.2rem;
}
.sbli .txt .p {
  margin: 0.2rem 0 0.3rem;height: 0.56rem;
}
.sbli .txt .time {
  font-size: 0.18rem;
}
.sbli:hover .img img {
  transform: scale(1.05);
}
.inews {
  padding-bottom: 0.85rem;
}
.inews .swi_brand{}
.inews .swi_brand .swiper{padding: 0 0.15rem;box-sizing: border-box;}
.inews .swi_brand .swiper-wrapper {
  /* padding-bottom: 0.6rem; */
  padding: 0.15rem 0 0.3rem;
  box-sizing: border-box;
}
.inews .swi_brand .swiper-scrollbar {
  background-color: #ccc;
  height: 0.04rem;
}
.inews .swi_brand .swiper-scrollbar-drag {
  background-color: #3d73ea;
}
/* .inews .swi_brand .swiper-slide:hover{
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
} */
.inews .swi_brand .swiper-slide:hover .sbli{display: block;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
}


.promenu {
  text-align: center;
  margin-top: -0.42rem;
  position: relative;
  z-index: 1;
}
.promenu .container {
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-around;
}
.promenu .container a {
  position: relative;
  display: block;
  color: #767676;
  font-size: 0.2rem;
}
.promenu .container a.on,
.promenu .container a:hover {
  color: #3d73ea;
}
.promenu .container a.on::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1rem;
  margin-left: -0.5rem;
  height: 0.04rem;
  background-color: #3d73ea;
  border-radius: 0.04rem 0.04rem 0px 0px;
}
.txt_c {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.32rem;
}

 ul{list-style-position: inside;}
 ul>li>p{display:inline;}
.tel {
  font-weight: 700;
  color: #3d73ea;
  font-size: 0.26rem;
  margin-top: 0.16rem;
}
.pdetails .pdeli {
  background-color: #fafafa;
  padding: 0.6rem 0;
}
.pdetails .pdeli .container {
  display: flex;
  justify-content: space-between;
}
.pdetails .pdeli .pde-txt {
  width: calc(50% - 0.65rem);
}
.pdetails .pdeli .pde-txt .txt_t {
  font-weight: 700;
  font-size: 0.4rem;
  margin-bottom: 0.24rem;

}
.pdetails .pdeli .pde-img {
  width: calc(50% - 1.2rem);
}
.pdetails .pdeli:nth-child(2n) {
  background-color: #fff;
}
.pview .iproli {
  width: 33.33%;
}
.pview .iproli .iprolin p {
  height: 0.7rem;
  overflow: hidden;
}
.pview .iproli.act .iprolin,
.pview .iproli:hover .iprolin {
  border-color: #3d73ea;
}
.pview .iproli.act .iprolin h5,
.pview .iproli:hover .iprolin h5 {
  color: #3d73ea;
}
.product-warp {
  padding-bottom: 0.6rem;
}
.product-warp .ipro {
  padding-bottom: 0.6rem;
}
.product-warp .ipro .txt_c {
  padding-bottom: 0.4rem;
  text-align: center;
}
.product-warp .ipro .iproli .iprolin {
  font-size: 0.16rem;
  line-height: 0.26rem;
  border-color: #f7f8fb;
  border-radius: 0.1rem;
  background-color: #f7f8fb;
  height: 2.16rem;
  text-align: left;
}
.product-warp .ipro .iproli .iprolin .jdjz {
  padding: 0 0.2rem;
}
.product-warp .ipro .iproli .iprolin p {
  height: 0.8rem;
  overflow: hidden;
}
.product-warp .ipro .iproli .iprolin b {
  opacity: 20%;
  font-size: 0.32rem;
  display: block;
  margin-top: 0.1rem;
}
.product-warp .ipro .iproli.act .iprolin,
.product-warp .ipro .iproli:hover .iprolin {
  background-color: #3d73ea;
}
.product-warp .ipro .iproli.act .iprolin b,
.product-warp .ipro .iproli:hover .iprolin b {
  color: #fff;
  opacity: 30%;
}
.solute-warp .borbox {
  background-color: #ffffff;
  border-radius: 0.1rem;
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.04);
}
.solute-warp .clients {
  padding-bottom: 0.8rem;
}
.solute-warp .industry .borbox {
  border: 0.01rem solid #f0f0f0;
  padding: 0.1rem 0.3rem 0.2rem;
  box-shadow: none;
}
.solute-warp .industry h5 {
  font-size: 0.2rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.solute-warp .industry ul {
  margin-top: 0.2rem;
}
.solute-warp .industry ul li {
  color: #767676;
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin-bottom: 0.2rem;
  list-style-type: disc;
  list-style-position: inside;
  float: left;
  margin-right: 0.5rem;
}
.solute-warp .industry ul li::marker {
  color: #3d73ea;
  text-indent: -10px !important;
}
.swiper-news {
  background-color: #fafafa;
  padding: 0.8rem 0;
}
.swiper-news .swiper-wrapper {
  padding-bottom: 0.6rem;
}
.swiper-news .swiper-pagination {
  bottom: 0;
}
.swiper-news .swiper-pagination .swiper-pagination-bullet {
  opacity: 20%;
  background-color: #000000;
  width: 0.24rem;
  height: 0.04rem;
  border-radius: 0.04rem;
}
.swiper-news .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3d73ea;
  opacity: 1;
}
.swiper-news .swiper-slide {
  font-size: 0;
}
.swiper-news .img,
.swiper-news .txt {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
}
.swiper-news .img {
  padding-left: 1rem;
}
.swiper-news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-news .txt {
  padding-right: 0.6rem;
  color: #333;
  line-height: 0.28rem;
}
.swiper-news .txt p {
  font-size: 0.16rem;
  color: #999999;
  margin-top: 0.16rem;
}
.swiper-news .txt .p3{height:0.84rem;}
.swiper-news .txt .t {
  font-size: 0.278rem;
}
.swiper-news .txt h5 {
  font-size: 0.2rem;
  margin-top: 0.3rem;
}
.swiper-news .txt .more {
  margin-top: 0.3rem;
  width: 1.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #3d73ea;
  border-radius: 0.04rem;
  color: #ffffff;
  font-size: 0.16rem;
  text-align: center;
}
.swiper-news .txt .more:hover{opacity: 0.8;}
.case-warp .cmenu ul {
  font-size: 0;
  /* white-space: nowrap; */
  /* overflow-x: auto; */
}
.case-warp .cmenu ul li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.case-warp .cmenu ul li:first-child {
  margin-left: 0;
}
.case-warp .cmenu ul li:hover,
.case-warp .cmenu ul li.act {
  color: #3d73ea;
}
.case-warp .cmenu > ul li {
  font-size: 0.18rem;
  margin: 0 0.6rem;
  padding-bottom: 0.14rem;
}
.case-warp .cmenu > ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.4rem;
  height: 0.04rem;
  margin-left: -0.2rem;
  background-color: transparent;
  border-radius: 0.04rem 0.04rem 0 0;
}
.case-warp .cmenu > ul li.act {
  color: #3d73ea;
}
.case-warp .cmenu > ul li.act::after {
  background-color: #3d73ea;
}
.case-warp .subcm {
  margin-top: 0.16rem;
  margin-bottom: 0.4rem;
}
.case-warp .subcm > div {
  display: none;
}
.case-warp .subcm > div:first-child {
  display: block;
}
.case-warp .subcm .subcmli ul {
  background-color: #f4f4f4;
  padding: 0.25rem 0.2rem 0.05rem;
}
.case-warp .subcm .subcmli ul li {
  font-size: 0.16rem;
  margin: 0 0.2rem 0.2rem;
}
.caseall .col {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.caseall .col .col-20 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: 25%;
  margin-bottom: 0.4rem;
}
.caseall .sbli {
  border: 0.01rem solid rgba(51, 51, 51, 0.1);
  display: block;
  border-radius: 0.06rem;
  overflow: hidden;
}
.caseall .sbli:hover {
  box-shadow: 0 0.04rem 0.2rem rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.news-warp {
  padding-top: 0.8rem;
}
.news-warp .col .col-20 {
  width: 33.33%;
}
.news-warp .sbli {
  border: none;
}
.details-warp {
  margin: 0.6rem 0;
}
.details-warp .box {
  background-color: #ffffff;
  margin: 0.2rem 0;
}
.details-warp .edit {
  padding: 0.8rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.details-warp .edit h5 {
  font-weight: 700;
  font-size: 0.3rem;
}
.details-warp .edit .time {
  line-height: 0.32rem;
  color: #999;
  margin: 0.3rem 0;
}
.details-warp .edit hr {
  border: 0.01rem solid #cccccc;
}
.casebox {
  padding: 0.2rem;
  font-size: 0;
}
.casebox h5 {
  font-weight: 700;
  font-size: 0.2rem;
  margin-bottom: 0.16rem;
}
.casebox .caseboxli {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 0.4rem);
  background-color: #fff;
  margin: 0.2rem;
  box-sizing: border-box;
}
.casebox .caseboxli div {
  background-color: #fafafa;
  padding: 0.3rem 0.3rem 0.1rem;
}
.casebox .caseboxli div dl {
  line-height: 0.28rem;
}
.casebox .caseboxli div dl dt,
.casebox .caseboxli div dl dd {
  display: block;
}
.casebox .caseboxli div dl dt {
  font-size: 0.2rem;
  color: #333;
}
.casebox .caseboxli div dl dd {
  color: #999999;
  font-size: 0.16rem;
  margin: 0.1rem 0 0.2rem;
}
.casebox .caseboxli div dl:hover dt {
  color: #3d73ea;
}
.casebox .caseboxli div ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.casebox .caseboxli div ul li p{display:inline;}
.casebox .caseboxli div ul li::marker {
  color: #3d73ea;
  text-indent: -10px !important;
}
.casebox.caseboxone .caseboxli {
  width: calc(100% - 0.4rem);
}
.casebox.caseboxone .caseboxli div {
  font-size: 0;
}
.casebox.caseboxone .caseboxli div a {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
  box-sizing: border-box;
}
.casebox.caseboxone .caseboxli div a:nth-child(2n) {
  margin-right: 0;
}
.sale-warp .casebox {
  justify-content: space-between;
  display: flex;
  padding: 0 0 0.8rem 0;
}
.sale-warp .caseboxli {
  width: calc(50% - 0.2rem);
  margin: 0;
  padding: 0.3rem;
  border: 0.01rem solid #f0f0f0;
  border-radius: 0.1rem;
}
.sale-warp .caseboxli h5 {
  font-weight: normal;
}
.sale-warp .caseboxli div {
  background-color: transparent;
  padding: 0;
  color: #767676;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.sale-warp .pdetails {
  padding-bottom: 0.8rem;
}
.sale-warp .pdetails .itit {
  padding-bottom: 0.4rem;
}
.sale-warp .pdeli {
  background-color: #fff;
  padding: 0;
}
.sale-warp .pdeli .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
  padding-left: 0.6rem;
}
.sale-warp .pdeli .pde-txt {
  width: calc(50% - 0.5rem);
}
.sale-warp .pdeli .pde-txt .txt_t {
  color: #707070;
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.sale-warp .pdeli .pde-img {
  width: calc(50% - 1.2rem);
}
.sale-warp .iproul {
  padding-bottom: 0.8rem;
}
.sale-warp .iproli {
  width: 20%;
}
.sale-warp .iproli .iprolin {
  height: 1.87rem;
}
.sale-warp .iproli .iprolin .whi {
  display: none;
}
.sale-warp .iproli.act .iprolin,
.sale-warp .iproli:hover .iprolin {
  background-color: #3d73ea;
}
.sale-warp .iproli.act .iprolin h5,
.sale-warp .iproli:hover .iprolin h5 {
  color: #fff;
}
.sale-warp .iproli.act .iprolin .bla,
.sale-warp .iproli:hover .iprolin .bla {
  display: none;
}
.sale-warp .iproli.act .iprolin .whi,
.sale-warp .iproli:hover .iprolin .whi {
  display: block;
}
.contact {
  background-color: #fafafa;
  padding-bottom: 0.9rem;
}
.contact ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.contact ul li {
  color: #767676;
  font-size: 0.14rem;
}
.contact ul li img {
  width: 1.2rem;
}
.contact ul li h5 {
  font-size: 0.2rem;
  margin: 0.3rem 0 0.2rem;
  color: #333;
}
.channel .iproul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.channel .iproli {
  width: 25%;
}
.channel .iproli .iprolin {
  height: 1.54rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
  padding: 0.24rem 0.24rem 0.24rem 0.96rem;
  text-align: left;
}
.channel .iproli .iprolin::before,
.channel .iproli .iprolin::after {
  display: none;
}
.channel .iproli .iprolin img {
  width: 0.56rem;
  height: 0.56rem;
  position: absolute;
  left: 0.24rem;
  top: 0.24rem;
}
.channel .iproli .iprolin h5 {
  margin-bottom: 0.1rem;
  color: #333;
}
.channel .iproli .iprolin p {
  height: 0.69rem;
  overflow: hidden;
}
.channel .iproli.act .iprolin,
.channel .iproli:hover .iprolin {
  background-color: #fff;
}
.channel .iproli.act .iprolin h5,
.channel .iproli:hover .iprolin h5 {
  color: #333;
}
.channel .iproli.act .iprolin .bla,
.channel .iproli:hover .iprolin .bla {
  display: none;
}
.channel .iproli.act .iprolin .whi,
.channel .iproli:hover .iprolin .whi {
  display: block;
}
.load-warp {
  padding-bottom: 0.4rem;
}
.table .th,
.table .td {
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.table .th {
  font-size: 0.18rem;
}
.table .td {
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.table .td.sec {
  color: #767676;
}
.table .td ul li {
  margin: 0.15rem 0;
}
.table .td ul li span {
  background-image: url(../img/load.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 0.32rem 0.64rem;
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  transition-duration: 0.3s;
}
.table .td ul li span:hover,
.table .td ul li span.on {
  background-position: top center;
}
.table .fir {
  flex-basis: 15%;
}
.table .sec {
  flex-basis: 53%;
}
.table .the {
  flex-basis: 20%;
}
.table .fou {
  flex-basis: 12%;
}
.table .thead,
.table .tbody > div {
  display: flex;
  align-items: center;
}
.table .thead {
  background-color: #f7f8fb;
  padding: 0.2rem 0;
}
.table .tbody > div {
  background-color: #fff;
  padding: 0.3rem 0;
}
.table .tbody > div:nth-child(2n) {
  background-color: #f7f8fb;
}
.cooper img {
  display: block;
  width: 100%;
}
.jumpn {
  font-size: 0;
}
.jumpn li {
  width: 33.33%;
  display: inline-block;
}
.jumpn li p {
  line-height: 0.34rem;
  color: #333;
}
.jumpn li b {
  font-size: 0.3rem;
  color: #3d73ea;
  font-weight: 700;
}
.jumpn li span {
  padding-left: 0.16rem;
  color: #707070;
  font-size: 0.18rem;
}
.jumpn li div {
  color: #333333;
  font-size: 0.24rem;
}
.about-warp .iproul {
  justify-content: flex-start;
}
.about-warp .iproli {
  width: 33.33%;
}
.about-warp .iproli .iprolin {
  height: 1.96rem;
  border-radius: 0.2rem;
  background-color: #fff;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.06);
  padding: 0.4rem 0.3rem;
}
.about-warp .iproli .iprolin h5 {
  margin-bottom: 0.2rem;
  color: #333;
}
.about-warp .iproli .iprolin p {
  height: 0.69rem;
  overflow: hidden;
}
.about-warp .iproli.act .iprolin h5,
.about-warp .iproli:hover .iprolin h5 {
  color: #3d73ea;
}
.about-warp .channel {
  overflow: hidden;
}
.about-warp .channel .itit {
  position: relative;
}
.about-warp .channel .itit::before,
.about-warp .channel .itit::after {
  content: '';
  width: 100%;
  height: 150%;
  background-color: #f9f9f9;
  z-index: -1;
  position: absolute;
  top: 0;
}
.about-warp .channel .itit::before {
  left: 50%;
}
.about-warp .channel .itit::after {
  right: 50%;
}
.profile .pdeli {
  background-color: #fff;
  padding: 0.6rem 0;
}
.profile .pdeli .container {
  display: flex;
  justify-content: space-between;
}
.profile .pdeli .pde-txt {
  width: 55%;
}
.profile .pdeli .pde-txt .txt_t {
  font-weight: normal;
  color: #131415;
  font-size: 0.28rem;
}
.profile .pdeli .pde-txt .txt_c {
  height: 2.3rem;
  overflow: auto;
  padding-right: 0.84rem;
  box-sizing: border-box;
  margin: 0.54rem 0;
}
.profile .pdeli .pde-txt .txt_c::-webkit-scrollbar {
  width: 0.04rem;
}
.profile .pdeli .pde-txt .txt_c::-webkit-scrollbar-thumb {
  border-radius: 0.02rem;
  background-color: #3d73ea;
}
.profile .pdeli .pde-txt .txt_c::-webkit-scrollbar-track {
  background-color: #c4c4c4;
}
.profile .pdeli .pde-img {
  width: calc(45% - 1.2rem);
}
.profile .pdeli:nth-child(2n) {
  background-color: #fff;
}
.business .pdeli {
  background-color: #fff;
}
.business .pdeli .container {
  display: flex;
  justify-content: space-between;
}
.business .pdeli .pde-txt {
  width: 40.58%;
  padding-left: 0.9rem;
  box-sizing: border-box;
}
.business .pdeli .pde-txt .txt_t {
  font-weight: normal;
  font-size: 0.26rem;
  margin-bottom: 0.2rem;
}
.business .pdeli .pde-txt .txt_c {
  color: #707070;
}
.business .pdeli .pde-img {
  width: 59.42%;
}
.business .jumpn li {
  width: 50%;
  margin-bottom: 0.6rem;
}
.overlap {
  background-color: #f9f9f9;
}
.overlap .overlul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.overlap .overlul > div {
  flex-basis: 16.6666%;
  text-align: center;
  margin-bottom: 0.6rem;
}
.overlap .overlul > div div {
  margin-top: 0.2rem;color: #333;
}
.overlap .overlul > div img{width: 0.88rem;height: 0.88rem;border-radius: 0.18rem;}
.overlap .overlul > div:hover {
  margin-top: -0.05rem;
  transition-duration: 0.3s;
}
.honor {
  padding-bottom: 0.8rem;
}
.honor .swiper-honor {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  --swiper-navigation-size: 0.32rem;position: relative;
}
.honor .swiper-honor .swiper-button-prev {
  left: 0;
}
.honor .swiper-honor .swiper-button-next {
  right: 0;
}
.honor .swiper-honor .swiper-slide .img {
  position: relative;
  transform: scale(0.8);
  transition: 0.3s;
}
.honor .swiper-honor .swiper-slide .img img {
  width: 100%;
  display: block;
}
.honor .swiper-honor .swiper-slide-active .img,
.honor .swiper-honor .swiper-slide-duplicate-active .img {
  transform: scale(1);
}
.develop {
  background-color: #f9f9f9;
}
.develop .swiper-develop {
  position: relative;
  --swiper-navigation-size: 0.2rem;
}
.develop .swiper-develop .swiper-slide {
  position: relative;
  padding: 0.9rem 0;
}
.develop .swiper-develop .swiper-slide b {
  font-weight: 700;
  color: #f2f2f2;
  font-size: 4rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.develop .swiper-develop .swiper-slide .txt {
  color: #767676;
  font-size: 0.16rem;
  line-height: 0.24rem;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  border-radius: 0.04rem;
  width: 4.5rem;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}
.develop .swiper-develop .swiper-slide .txt .t {
  font-weight: 700;
  color: #333333;
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}
.develop .swiper-develop .swiper-button-prev,
.develop .swiper-develop .swiper-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3D73EA;
  border-radius: 50%;
  opacity: 1;
}
.develop .swiper-develop .swiper-button-prev:hover,
.develop .swiper-develop .swiper-button-next:hover{
	opacity: 0.8;
}
.develop .swiper-develop .swiper-button-prev::after,
.develop .swiper-develop .swiper-button-next::after {
  color: #fff;
}
.develop .swiper-develop .swiper-button-disabled {
  background-color: #C4C4C4;
}
.develop .swiper-develop .swiper-button-prev {
  left: 0;
}
.develop .swiper-develop .swiper-button-next {
  right: 0;
}
.develop .swiper-slidernav {
  font-size: 0;
}
.develop .swiper-slidernav .swiper::after {
  content: '';
  position: absolute;
  left: 0;
  height: 0.01rem;
  background-color: red;
  width: 100%;
  height: 0.02rem;
  background-color: #e5e5e5;
  top: 50%;
  margin-top: -0.01rem;
}
.develop .swiper-slidernav .slidernv-li {
  text-align: center;
  position: relative;
  padding: 0.5rem 0;
}
.develop .swiper-slidernav .slidernv-li::before,
.develop .swiper-slidernav .slidernv-li::after {
  content: '';
  position: absolute;
  height: 0.02rem;
  top: 50%;
  margin-top: -0.01rem;
  width: 50%;
}
.develop .swiper-slidernav .slidernv-li::before {
  left: 50%;
}
.develop .swiper-slidernav .slidernv-li::after {
  right: 50%;
}
.develop .swiper-slidernav .slidernv-li .dot {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0.05rem solid #e5e5e5;
  cursor: pointer;
}
.develop .swiper-slidernav .slidernv-li b {
  color: #c4c4c4;
  font-size: 0.2rem;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translate(-50%, 0);
  transition-duration: 0.3s;
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li .dot {
  border-color: #3d73ea;
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li b {
  bottom: 0.8rem;
  color: #3d73ea;
  font-size: 0.28rem;
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li::before,
.develop .swiper-slidernav .swiper-slide-active .slidernv-li::after {
  animation: linewidth 2s;
  -moz-animation: linewidth 2s;
  -webkit-animation: linewidth 2s;
  -o-animation: linewidth 2s;
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li::before {
  background-image: linear-gradient(116.57deg, #3d73ea 0%, rgba(15, 72, 127, 0) 100%);
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li::after {
  background-image: linear-gradient(116.57deg, rgba(15, 72, 127, 0) 0%, #3d73ea 100%);
}
@-webkit-keyframes linewidth {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@-moz-keyframes linewidth {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@-ms-keyframes linewidth {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@-o-keyframes linewidth {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@keyframes linewidth {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .banner .swi_banner .swiper-pagination {
    bottom: 0.1rem;
  }
  .banner .swi_banner .swiper-slide img {
    height: 3.5rem;
  }
  .banner .swi_banner .swiper-slide .ban_container .b-h5 {
    font-size: 0.28rem;
  }
  .banner .swi_banner .swiper-slide .ban_container .b-h4 {
    font-size: 0.2rem;
  }
  .banner .swi_banner .swiper-slide .ban_container .b-btns {
    margin-top: 0.4rem;
  }
  .ind-data {
    margin-top: 0;
  }
  .ind-data .ind-datain {
    margin: 0.3rem 0.15rem 0;
    padding: 0.2rem 0;
  }
  .ind-data .ind-datain .name {
    font-size: 0.2rem;
  }
  .ind-data .ind-datain ul {
    margin-top: 0.2rem;
  }
  .ind-data .ind-datain ul li {
    width: 100%;
    padding: 0.2rem;
    text-align: center;
  }
  .ind-data .ind-datain ul li p {
    margin-bottom: 0.2rem;
  }
  .ind-data .ind-datain ul li::after {
    right: 3%;
    top: 100%;
    height: auto;
    width: 94%;
  }
  .itit {
    padding: 0.5rem 0 0.3rem;
    font-size: 0.24rem;
  }
  .itit .ri {
    font-size: 0.16rem;
  }
  .col {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
  .col .col-20 {
    padding-left: 0.075rem;
    padding-right: 0.075rem;
    width: 50%;
  }
  .iproli .iprolin .jdjz {
    padding: 0 0.15rem;
  }
  .iproli .iprolin img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .icrul {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
  }
  .icrul .icralli .icrallin {
    padding: 0 0.15rem;
  }
  .icrul .icralli .icrallin h5 {
    font-size: 0.2rem;
  }
  .icrul .icralli .icrallin .more {
    display: none;
  }
  .icrul .icralli.act .icrallin,
  .icrul .icralli:hover .icrallin {
    padding: 0 0.15rem;
  }
  .icrul .icralli.act .icrallin .txt,
  .icrul .icralli:hover .icrallin .txt {
    display: none;
  }
  .icase {
    padding-bottom: 0.4rem;
  }
  .icase .ibgs {
    background-size: 100% auto;
  }
  .icase .case-menu {
    height: 0.8rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
    margin-bottom: 0.4rem;
  }
  .icase .case-menu ul {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .icase .case-menu ul li {
    width: 1rem;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .icase .case-menu ul li::after {
    left: 15%;
    width: 70%;
    transform: none;
  }
  .case-tabs_li .caseli {
    margin-bottom: 0.15rem;
  }
  .case-tabs_li .caseli .caselin {
    padding: 0.15rem;
  }
  .case-tabs_li .caseli .caselin img {
    height: 0.5rem;
  }
  .clients img {
    margin: 0.2rem auto;
  }
  .clients .col .col-20 {
    width: 33.33%;
  }
  .clients .col .col-20:hover img {
    transform: scale(1.05);
    transition-duration: 0.3s;
  }
  .sbli .txt {
    padding: 0.2rem 0;
  }
  .inews {
    padding-bottom: 0.6rem;
  }
  .inews .swi_brand .swiper-wrapper {
    padding-bottom: 0.3rem;
  }
  .promenu {
    margin: 0.2rem 0.15rem 0;
  }
  .promenu .container {
    display: block;
    height: auto;
    line-height: 0.6rem;
  }
  .promenu .container a {
    font-size: 0.16rem;
  }
  .pdetails .pdeli {
    padding: 0.3rem 0;
  }
  .pdetails .pdeli .container {
    display: block;
  }
  .pdetails .pdeli .pde-txt,
  .pdetails .pdeli .pde-img {
    width: 100%;
    margin: 0.3rem 0;
  }
  .pview .iproli {
    width: 50%;
  }
  .swiper-news {
    padding: 0.4rem 0;
  }
  .swiper-news .img,
  .swiper-news .txt {
    width: 100%;
    padding: 0;
  }
  .swiper-news .txt .t {
    font-size: 0.2rem;
  }
  .swiper-news .txt h5 {
    font-size: 0.18rem;
  }
  .swiper-news .txt .more {
    margin: 0.2rem 0 0.3rem;
  }
  .case-warp .cmenu > ul li {
    margin: 0 0.2rem;
  }
  .case-warp .subcm {
    margin-bottom: 0.3rem;
  }
  .case-warp .subcm .subcmli ul {
    padding: 0.2rem 0.15rem;
  }
  .case-warp .subcm .subcmli ul li {
    margin: 0 0.15rem;
  }
  .caseall .col {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
  .caseall .col .col-20 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    width: 50%;
    margin-bottom: 0.3rem;
  }
  .caseall .sbli .txt {
    padding: 0.15rem;
  }
  .details-warp .edit {
    padding: 0.2rem;
  }
  .details-warp .edit h5 {
    font-size: 0.22rem;
  }
  .details-warp .edit .time {
    margin: 0.15rem 0;
  }
  .casebox .caseboxli {
    width: 100%;
    margin: 0.1rem 0;
  }
  .casebox .caseboxli div {
    padding: 0.2rem 0.2rem 0.1rem;
  }
  .casebox .caseboxli div dl dt {
    font-size: 0.18rem;
  }
  .casebox.caseboxone .caseboxli {
    width: 100%;
  }
  .casebox.caseboxone .caseboxli div a {
    width: 100%;
    margin-right: 0;
  }
  .sale-warp .casebox {
    display: block;
  }
  .sale-warp .casebox .caseboxli div {
    padding: 0;
  }
  .sale-warp .pdetails {
    padding-bottom: 0.4rem;
  }
  .sale-warp .pdeli .container {
    padding: 0 0.2rem;
  }
  .contact {
    padding-bottom: 0.6rem;
  }
  .contact ul {
    display: block;
  }
  .contact ul li {
    margin-bottom: 0.3rem;
  }
  .contact ul li img {
    width: 0.7rem;
  }
  .contact ul li h5 {
    margin: 0.15rem 0;
  }
  .table .th,
  .table .td {
    padding: 0 0.04rem;
  }
  .table .th {
    font-size: 0.14rem;
  }
  .table .td {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
  .table .td ul li {
    margin: 0.2rem 0;
    height: 0.32rem;
    line-height: 0.32rem;
  }
  .table .td ul li span {
    background-size: 0.32rem 0.64rem;
    width: 0.32rem;
    height: 0.32rem;
  }
  .table .fir {
    flex-basis: 16%;
  }
  .table .sec {
    flex-basis: 48%;
  }
  .table .the {
    flex-basis: 24%;
  }
  .table .fou {
    flex-basis: 12%;
  }
  .table .thead {
    padding: 0.2rem 0;
  }
  .table .tbody > div {
    padding: 0.2rem 0;
  }
  .profile .pdeli .pde-txt .txt_t {
    font-size: 0.2rem;
  }
  .profile .pdeli .pde-txt .txt_c {
    padding-right: 0.2rem;
    margin: 0.3rem 0;
  }
  .jumpn li {
    width: 50%;
    text-align: center;
  }
  .jumpn li span {
    padding-left: 0.1rem;
  }
  .business .pdeli .pde-txt {
    padding-left: 0;
  }
  .overlap .overlul > div {
    flex-basis: 33.33%;
    margin-bottom: 0.3rem;
  }
  .overlap .overlul > div div {
    margin-top: 0.1rem;
  }
  .develop .swiper-develop .swiper-slide {
    padding: 0.4rem 0;
  }
  .develop .swiper-develop .swiper-slide b {
    display: none;
  }
  .develop .swiper-develop .swiper-slide .txt {
    width: 76%;
  }
  .develop .swiper-develop .swiper-button-prev,
  .develop .swiper-develop .swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .sbli .txt .p{height: auto;}
  .ipro .iproli {
    width: 100%;
  }
  .case-tabs_li .caseli {
    width: 100%;
  }
  .pview .iproli {
    width: 100%;
  }
  .pview .iproli .iprolin p {
    height: auto;
  }
  .caseall .col .col-20 {
    width: 100%;
  }
  .channel .iproli {
    width: 100%;
  }
  .channel .iproli .iprolin {
    height: auto;
  }
  .channel .iproli .iprolin p {
    height: auto;
  }
}
